Telegram Group & Telegram Channel
Дана таблица работников с назаванием "employees" и колонками "employee_id", "first_name", "last_name", "hire_date", "salary". Какой из следующих SQL запросов выведет топ-5 самых высокооплачиваемых работников?
Anonymous Quiz
SELECT * FROM employees WHERE salary = (SELECT MAX(salary) FROM employees) LIMIT 5;
SELECT first_name, last_name, MAX(salary) FROM employees GROUP BY first_name, last_name LIMIT 5;
SELECT * FROM employees ORDER BY salary DESC LIMIT 5;
588 answered



tg-me.com/sql_for_qa/88
Create:
Last Update:

BY SQL для тестировщика


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/sql_for_qa/88

View MORE
Open in Telegram


SQL для тестировщика Telegram | DID YOU KNOW?

Date: |

The S&P 500 slumped 1.8% on Monday and Tuesday, thanks to China Evergrande, the Chinese property company that looks like it is ready to default on its more-than $300 billion in debt. Cries of the next Lehman Brothers—or maybe the next Silverado?—echoed through the canyons of Wall Street as investors prepared for the worst.

That growth environment will include rising inflation and interest rates. Those upward shifts naturally accompany healthy growth periods as the demand for resources, products and services rise. Importantly, the Federal Reserve has laid out the rationale for not interfering with that natural growth transition.It's not exactly a fad, but there is a widespread willingness to pay up for a growth story. Classic fundamental analysis takes a back seat. Even negative earnings are ignored. In fact, positive earnings seem to be a limiting measure, producing the question, "Is that all you've got?" The preference is a vision of untold riches when the exciting story plays out as expected.

SQL для тестировщика from us


Telegram SQL для тестировщика
FROM USA